HC: make link buttons distinct
authorJakub Steiner <jimmac@gmail.com>
Wed, 29 Jul 2015 10:34:44 +0000 (12:34 +0200)
committerJakub Steiner <jimmac@gmail.com>
Wed, 29 Jul 2015 10:34:44 +0000 (12:34 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=752965

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index f2047cd70ff2efc2fafba7a35b8b8d4a7b72aad7..59cff010546312322db3d06522865cd967f65005 100644 (file)
@@ -607,7 +607,8 @@ GtkColorButton.button { padding: 4px; } // Uniform padding on the
 }
 
 .button:link, .button:visited {
-  color: $selected_bg_color; //FIXME use a proper color
+  color: $suggested_color;
+  font-weight: bold;
   @extend %undecorated_button;
   text-shadow: none;
   &:hover, &:active {
index 08804457bf8fa10e44cb20a04ba419c934f5651d..dc3006af3e17b65f7ac8e1edf17e9febce363df6 100644 (file)
@@ -806,7 +806,8 @@ GtkColorButton.button {
     color: #000; }
 
 .button:link, .button:visited {
-  color: #000;
+  color: #4a90d9;
+  font-weight: bold;
   text-shadow: none; }
   .button:link:hover, .button:link:active, .button:visited:hover, .button:visited:active {
     color: black;